Foxit PDF SDK
FoxitPDFSDKPython3.Response类 参考

继承自 FoxitPDFSDKPython3._object .

Public 成员函数

def Response ()
 构造函数。

 
def Response (other)
 带另一个响应对象的构造函数。
更多...
 
def Set (type, response_data)
 设置值。
更多...
 

静态 Public 属性

 e_TypeCRL = _fsdk.Response_e_TypeCRL
 CRL 响应。

 
 e_TypeNone = _fsdk.Response_e_TypeNone
 无响应。

 
 e_TypeOCSP = _fsdk.Response_e_TypeOCSP
 OCSP 响应。

 
 type = _fsdk.Response_type
 响应类型。请参考从 FoxitPDFSDKPython3.Response.e_TypeNone 开始的值, 应为这些值之一。

 

详细描述

此类表示证书的响应。

构造及析构函数说明

◆ Response()

def FoxitPDFSDKPython3.Response.Response (   other)

带另一个响应对象的构造函数。

参数
[in]other另一个响应对象。

成员函数说明

◆ Set()

def FoxitPDFSDKPython3.Response.Set (   type,
  response_data 
)

设置值。

参数
[in]type响应类型。请参考从 FoxitPDFSDKPython3.Response.e_TypeNone 开始的值, 应为这些值之一。
[in]response_data响应内容。
返回
无。